home *** CD-ROM | disk | FTP | other *** search
-
-
- On Sat, 31 Dec 1994, John McNab wrote:
-
- > Thanks for posting that quick list of bugs, I was wondering why division
- > only worked properly sometimes. (Really played hell with the hydraulics
- > calculation program I was trying to write, so I gave up and am writing it
- > in HS Pascal instead).
-
- Why don't you do what I have done for my Clay Pigeon Simulator (where I
- have discovered the erratic divisions visually) by SGNing all the
- variables that are going to be used for division beforehand. I presume
- that you are using vectors in your hydraulics prog and SGNing also
- enables you to maintain vector direction info after squaring and rooting
- etc.
-
- All the best
-
- Richard
-
-
-
-